home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if the clickOn < 21 then
- exit
- end if
- if the controlDown then
- exit
- end if
- set yu to the clickOn - 20
- initsel()
- setAt(selected, yu, 1)
- put "just above setbar in tabletiles"
- setbar()
- end
-
- on mouseUp
- if the clickOn < 21 then
- exit
- end if
- if the controlDown then
- playmovn()
- else
- set yu to the clickOn - 20
- end if
- end
-